Skip to main content

StackedListPlot

Wolfram Kernel
Execution environment
StackedListPlot[{data1, data2, ...}]

plots lines for each of the dataidata_i, with the ithi^{th} curve being the accumulation of values in data1data_1 through dataidata_i

Example

Plot a stacked list of yy values

StackedListPlot[{{3, 2, 1, 6, 4, 7, 7, 2, 3, 1}, {7, 8, 8, 3, 5, 9, 10, 3, 10, 10}, {10, 2, 4, 8, 4, 10, 8, 4, 5, 3}}]